﻿@media ( min-width:768px) and ( max-width:991px) {
	html {
		width: 100%;
		height: 100%;
		font-size: 62.5%;
		/* 10÷16=62.5% */
	}
	body {
		font-size: 16px;
		font-size: 1.6rem;
		/* 12÷10=1.2 */
	}
	.container {
		margin-right: auto;
		margin-left: auto;
		width: 96%;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.container:before,
	.container:after {
		content: " ";
		display: table;
	}
	.container:after {
		clear: both;
	}
	.subbanner {
		height: 200px;
	}
	.news-item p.text {
		font-size: 14px;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		/** 对象作为伸缩盒子模型显示 **/
		-webkit-box-orient: vertical;
		/** 设置或检索伸缩盒对象的子元素的排列方式 **/
		-webkit-line-clamp: 2;
		/** 显示的行数 **/
		overflow: hidden;
		/** 隐藏超出的内容 **/
		height: auto;
		margin-bottom: 20px;
	} 
	.WebLink{
		display: none;
	}
	.burger_menu{
		display: block !important;
		top: 0 !important;
		float: right;
		margin-top: 1.4%;
	} 
	.menus::after{
		width: 8.5%;
	}
	.indexService .bd ul{
		height: 330px;
	}
	.foot-wechat{
		padding: 30px;
		display: none;
	}
	.foot-copy{
		font-size: 12px;
	}
	.head-ss{
		display: none;
	}
	.head-language{
		display: none;
	}
	.al-list .pic-show .pic:nth-child(3),
	.al-list .pic-show .pic:nth-child(4){
		display: none;
	}
	.indexService .hd ul li{
		margin-left: 0.5%;
		border-radius: 5px;
		width: 12%;
		text-indent: 0 !important;
		background: #fff !important; 
	}
	.indexService .hd ul li.on{
		background: #edbf5d !important;
	}
	.indexService .hd ul li p{
		width: 100%;
	}
	.foot-info .item-info{
		margin-right: 32px;
	}
	.proClass{
		width: 21.5%;
	}
	.contact-info{
		width: 100%;
	}
	.kaocha{
		padding: 22px 0 0 17px;
	}
	.contact-right{
		width: 100%;
		margin-top: 28px;
	}
	.kaocha{
		background-size: 100%;
	}
	.al-list.on .pic-show .pic:nth-child(4){
		display: none;
	}
}

@media ( min-width:768px) and ( max-width:1024px) {
	 
}
@media ( min-width:768px) and ( max-width:930px) {
	  
}

@media ( min-width:768px) and ( max-width:780px) {
	 
}

@media ( min-width:768px) and ( max-width:875px) {
	 
}

@media ( max-width:810px) {
	 
}